Current Location: Home> Function Categories> timezone_name_from_abbr

timezone_name_from_abbr

Return the time zone name from the abbreviation
Name:timezone_name_from_abbr
Category:Date and time
Programming Language:php
One-line Description:Return the time zone name according to the time zone abbreviation.

Definition and usage

timezone_name_from_abbr() returns the time zone name according to the time zone abbreviation.

Example

Return the time zone name according to the time zone abbreviation:

 <?php
echo timezone_name_from_abbr ( "EST" ) . "<br>" ;
echo timezone_name_from_abbr ( "" , 7200 , 0 ) ;
?>

Try it yourself

Similar Functions
Popular Articles